public DelegateCommand<TParm>( Action<TParm> executeAction, Predicate<TParm> canExecute )
'Declaration Public Function New( _ ByVal executeAction As Action(Of TParm), _ ByVal canExecute As Predicate(Of TParm) _ )
DelegateCommand<TParm> Class DelegateCommand<TParm> Members Overload List